-
Notifications
You must be signed in to change notification settings - Fork 722
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Pacing: Pacing of egress QUIC packets #770
Conversation
d53b9e5
to
91894fd
Compare
Please add some test for pacing rate calculation. |
91894fd
to
f5381fe
Compare
Added some tests for pacing. |
58bd066
to
69ae476
Compare
414bb66
to
da883fc
Compare
07683ee
to
08113e5
Compare
I've been using this branch since March and it's been working excellently for me. The only comment I have would be that paced congestion controllers like BBR may have "send quantum" as an output control signal and future work may want to allow congestion controllers to set a quantum value as well, which would cap the size of generated QUIC datagrams at that size. |
489711c
to
00513a8
Compare
00513a8
to
2211080
Compare
b426d0c
to
c57dee4
Compare
dcba81e
to
fe2e217
Compare
FTR, I renamed the |
Currently pacing is enabled for Cubic and Reno, since BBR is under development.